home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / handson / delphi / encrypt / textio.dfm / textio.txt
Encoding:
Text File  |  1997-02-03  |  592 b   |  32 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 95
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'PC Plus Text File Encryption Program'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object EncryptBtn: TButton
  14.     Left = 104
  15.     Top = 80
  16.     Width = 217
  17.     Height = 33
  18.     Caption = '&Encrypt'
  19.     TabOrder = 0
  20.     OnClick = EncryptBtnClick
  21.   end
  22.   object DecryptBtn: TButton
  23.     Left = 104
  24.     Top = 136
  25.     Width = 217
  26.     Height = 33
  27.     Caption = '&Decrypt'
  28.     TabOrder = 1
  29.     OnClick = DecryptBtnClick
  30.   end
  31. end
  32.